home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / netconnect3 / webvision / webtv < prev    next >
Text File  |  1999-02-17  |  479b  |  13 lines

  1. ; This is just a small script to provide enough backwards compability to let
  2. ; V's "View with WebTV..." contextmenu item work.
  3.  
  4. .key SERVER/A,PORT/A,FILENAME/A
  5. Type ENV:WebVision_LASTUSEDDIR >T:WebVisionCmdLine
  6. Echo "WebVision http://" >>T:WebVisionCmdLine NOLINE
  7. Echo <SERVER> >>T:WebVisionCmdLine NOLINE
  8. Echo ":" >>T:WebVisionCmdLine NOLINE
  9. Echo <PORT> >>T:WebVisionCmdLine NOLINE
  10. Echo <FILENAME> >>T:WebVisionCmdLine
  11. Execute T:WebVisionCmdLine
  12. Delete T:WebVisionCmdLine QUIET
  13.